Skip to content

fix(board): truncate stack title for read-only and archived boards#7981

Open
Superjamp wants to merge 1 commit into
nextcloud:mainfrom
Superjamp:fix/stack-title-overflow-read-only
Open

fix(board): truncate stack title for read-only and archived boards#7981
Superjamp wants to merge 1 commit into
nextcloud:mainfrom
Superjamp:fix/stack-title-overflow-read-only

Conversation

@Superjamp

Copy link
Copy Markdown

Summary

  • Fixes fix: Stack title overflows into cards for read-only board members #7980
  • The read-only <h3> branch in Stack.vue was missing class="stack__title" and the <span dir="auto"> wrapper, causing long list titles to wrap into cards instead of being clipped with
  • Added the same class and span structure as the editable branch — no logic change, CSS-only fix

Test plan

  • Share a board with a user who has no manage rights
  • Log in as that user and open the board with a long list title
  • Verify the title is now truncated with instead of wrapping
  • Verify archived boards show the same truncation
  • Verify users with manage rights still see the title correctly (no regression)

🤖 Generated with Claude Code

The read-only h3 branch was missing class="stack__title" and the span
wrapper, so long titles wrapped into cards instead of being clipped.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

@grnd-alt grnd-alt left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

code change is generally okay thanks a lot!
please fix your DCO commit message (you can do that by commiting with the -s flag), and ping me when that's done.

@github-actions

Copy link
Copy Markdown
Contributor

Hello there,
Thank you so much for taking the time and effort to create a pull request to our Nextcloud project.

We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process.

Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6

Thank you for contributing to Nextcloud and we hope to hear from you soon!

(If you believe you should not receive this message, you can add yourself to the blocklist.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: Stack title overflows into cards for read-only board members

2 participants